home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / amm / readme < prev    next >
Text File  |  1995-08-06  |  1KB  |  42 lines

  1. Short: Powerful ADT Index Parser (MUI optional)
  2. Type: comm/misc
  3. Uploader: tf@antares.ping.de (Tobias Ferber)
  4. Author: ferber@rpk.mach.uni-karlsruhe.de (Tobias Ferber)
  5. Replaces: comm/misc/amm-0.19.lha
  6.  
  7.   !!! PLEASE SUPPORT SHAREWARE AND FILL OUT THE REGISTRATION FORM !!!
  8.  
  9. Note:  This archive also contains the tool `ALs' which creates both: human
  10. readable and adt-v1/-v2 type index files of your local mirror!
  11.  
  12. ******************************************************************************
  13. ** Abstract
  14. ******************************************************************************
  15.  
  16. AMM reads ADT index files of type adt-v1 and adt-v2 and expands macros in
  17. script files with information taken from those files.  For example,
  18.  
  19.   If EXISTS "%p%n"
  20.     SetDate FILE "%p%n" DATE "%D" TIME "%T"
  21.     FileNote QUIET FILE "%p%n" COMMENT "%c"
  22.   EndIf
  23.  
  24. is a valid AMM script (called touch.amm) which can be expanded via AMM for
  25. all files in your incoming directory like that:
  26.  
  27.   amm -f RECENT.adt -y touch incoming:
  28.  
  29. Good uh? (:
  30.  
  31.  
  32. ******************************************************************************
  33. ** Copyright
  34. ******************************************************************************
  35.  
  36. AMM and ALs are part of MirrorManager which is distributed under the concept 
  37. of ShareWare and is Copyright (c)1994,95 by Tobias Ferber and Harald Kunze.
  38.  
  39. Please refer to the documentation for details!
  40.  
  41.    -Tobi
  42.